diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-01 13:03:15 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-01 13:03:15 +0000 |
commit | 7d0b8fa5c9387ddbdfcbc2e7487cdadd13ae9c20 (patch) | |
tree | b9eec9621e3748ec819e8bfe37701f6e743c2bb1 /mail/gnubiff | |
parent | 353bc4b40ac32fac6dc7658865dc31b4bcf33c4f (diff) |
Notes
Diffstat (limited to 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 309975632008..b5ffa7d64945 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= NLS LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt USE_GNOME= intlhack libglade2 esound -USES= fam gmake pathfix pkgconfig +USES= cpe fam gmake pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 @@ -25,6 +25,7 @@ LIBS+= -L${LOCALBASE}/lib -lX11 CXXFLAGS+= "-Wno-long-long" INFO= gnubiff +CPE_VENDOR= gnu .include <bsd.port.options.mk> |