diff options
Diffstat (limited to 'security/gnomint/Makefile')
-rw-r--r-- | security/gnomint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index 76a12cc403ad..fce89b2521a4 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF @@ -23,7 +23,8 @@ GNU_CONFIGURE= yes USES= gmake perl5 pkgconfig readline USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 -CFLAGS:= ${CFLAGS:C/-Werror//} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |