diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-11 10:24:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-11 10:24:09 +0800 |
commit | 99f51db6bbe8913562333d68adec371e7a62d093 (patch) | |
tree | a5b85d975dea9ce9141cb80bbae4c787d2187a31 /misc/floatator | |
parent | a5fe987baeded2e1c2769e614a9e587439b1f766 (diff) | |
download | freebsd-ports-gnome-99f51db6bbe8913562333d68adec371e7a62d093.tar.gz freebsd-ports-gnome-99f51db6bbe8913562333d68adec371e7a62d093.tar.zst freebsd-ports-gnome-99f51db6bbe8913562333d68adec371e7a62d093.zip |
- Added Portscout variable for blocking earlier version reporting
- Take maintainership
PR: 166306 166316
Diffstat (limited to 'misc/floatator')
-rw-r--r-- | misc/floatator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index 686bf8cd4558..b3a44d65dbad 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -17,6 +17,7 @@ COMMENT= An interactive fluid dynamics simulation WRKSRC= ${WRKDIR}/${PORTNAME} +PORTCOUT= skipv:0.9.1 USE_MOTIF= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib" |