diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 05:05:38 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 05:05:38 +0000 |
| commit | 49e563934690ff8604009e5f58896cc31d737218 (patch) | |
| tree | 796b4f0b258d8a771e0230000962e4275f05810a /math/plplot/Makefile | |
| parent | net/freerdp: Update to 2.0.0-rc4 (diff) | |
This port needs USES=compiler:c11 to build on GCC-based architectures.
While here, add USES=gnome and pet portlint.
PR: 233920
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=487839
Diffstat (limited to 'math/plplot/Makefile')
| -rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 4fbaee9f8eb8..d2359084d26b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -21,9 +21,10 @@ LIB_DEPENDS= libLASi.so:devel/lasi \ RUN_DEPENDS= bash:shells/bash \ ${FREEFONT_DIR}/FreeMono.ttf:x11-fonts/freefont-ttf +USES= compiler:c11 cmake:outsource gettext-runtime ghostscript gnome \ + localbase perl5 pathfix pkgconfig USE_GNOME= cairo pango USE_PERL5= build -USES= cmake:outsource gettext-runtime ghostscript localbase perl5 pathfix pkgconfig CMAKE_ARGS= -DENABLE_java:BOOL=OFF \ -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF \ |
