diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-10-12 22:39:11 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-10-12 22:39:11 +0000 |
commit | 24d5fd579704652ccc94846c66764d51facfa6a0 (patch) | |
tree | 30fc024f06fbe04599b6dc5f8404931006d3d7fa | |
parent | de7f1c12b1b9361b4e1d17fa51b08517fdf7da69 (diff) |
Notes
-rw-r--r-- | math/pspp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index b97e4aaf0d68..d9ed77f25a1b 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl -USES= charsetfix gettext-tools gmake iconv localbase libtool perl5 pkgconfig readline +USES= cpe charsetfix gettext-tools gmake iconv localbase libtool \ + perl5 pkgconfig readline +CPE_VENDOR= gnu USE_GNOME= libxml2 USE_PERL5= build GNU_CONFIGURE= yes |