diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /misc | |
parent | Convert from USE_MOTIF to USES=motif (diff) |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Notes
Notes:
svn path=/head/; revision=322622
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 d719585f5bb1..bead9abe7af8 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 7fa3756179c3..0c0ba9c43fac 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 |