diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /misc | |
parent | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff) | |
download | freebsd-ports-graphics-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz freebsd-ports-graphics-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst freebsd-ports-graphics-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'misc')
-rw-r--r-- | misc/floatator/Makefile | 2 | ||||
-rw-r--r-- | misc/xtar/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index d719585f5bb..bead9abe7af 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -13,7 +13,7 @@ COMMENT= Interactive fluid dynamics simulation WRKSRC= ${WRKDIR}/${PORTNAME} PORTCOUT= skipv:0.9.1 -USE_MOTIF= yes +USES= motif MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib" PLIST_FILES= bin/floatator bin/floatator_X_interface diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 7fa3756179c..0c0ba9c43fa 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -11,8 +11,7 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xp xt MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 |