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/floatator | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Notes
Diffstat (limited to 'misc/floatator')
-rw-r--r-- | misc/floatator/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |