diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
commit | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/SciPlot | |
parent | 001afe11f445e4869bac6a102524066580819412 (diff) | |
download | freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics/SciPlot')
-rw-r--r-- | graphics/SciPlot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index 0e36024482dc..c67410e02fb5 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -1,7 +1,5 @@ # Created by: thierry@pompo.net -# # $FreeBSD$ -# PORTNAME= SciPlot PORTVERSION= 1.36 @@ -13,8 +11,7 @@ MASTER_SITE_SUBDIR= widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= xp MAKE_ENV= EXTRA_DEFINES="-fPIC" LIBNAME=${LIBNAME} USE_LDCONFIG= yes |