diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-23 09:36:51 +0000 |
commit | f935a609c53c5c6031e6848db95c7debed127e27 (patch) | |
tree | 4c3cf6af6588247c0dd3f92f9601357c33c56217 /print/gutenprint-base/Makefile | |
parent | 703b5eb18b542fec0e78704ada72142cd2b33175 (diff) | |
download | ports-f935a609c53c5c6031e6848db95c7debed127e27.tar.gz ports-f935a609c53c5c6031e6848db95c7debed127e27.zip |
Notes
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r-- | print/gutenprint-base/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 5370a4234c12..fe617dc96b6f 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -26,8 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS=--with-gimp=no --with-gimp2=no \ - --with-mandir=${PREFIX}/man +CONFIGURE_ARGS=--with-gimp=no --with-gimp2=no USE_LDCONFIG= yes CPPFLAGS= -I${LOCALBASE}/include -I${PREFIX}/include @@ -107,7 +106,6 @@ post-patch: ${WRKSRC}/src/gimp2/Makefile.in @${REINPLACE_CMD} -e 's|$$libdir/gimp/1.2/plug-ins||g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' ${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -e 's|= $$(pkglibdir)|= ${PREFIX}/libexec/cups|' \ ${WRKSRC}/src/cups/Makefile.in |