Fix this pkg to generate a working config file.
This commit is contained in:
parent
d010856dfd
commit
985dce9858
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 1998/10/04 19:20:44 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1998/11/04 07:52:31 garbled Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imlib-1.7
|
||||
|
@ -25,4 +25,7 @@ CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib'
|
|||
|
||||
WRKSRC= ${WRKDIR}/imlib
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/config/imrc
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue