diff options
-rw-r--r-- | x11-toolkits/unique/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index fe748924b..a19efa9d9 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/unique/Makefile,v 1.1 2009/09/19 18:56:19 kwm Exp $ +# $MCom: ports/x11-toolkits/unique/Makefile,v 1.2 2009/09/26 13:42:03 marcus Exp $ # PORTNAME= unique @@ -26,6 +26,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 USE_GNOME= gtk20 gnomeprefix ltverhack:2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-maintainer-flags CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |