diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-02 14:27:49 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-02 14:27:49 +0000 |
commit | 7dc0e6384e6147f19c1cddc65705fbd2b4ed967e (patch) | |
tree | 6374b097dc18870b45316d431b9c609ff823575b /misc/floatator | |
parent | 252772cadfb4e91161a09da2f213d6773c974404 (diff) | |
download | FreeBSD-ports-7dc0e6384e6147f19c1cddc65705fbd2b4ed967e.zip FreeBSD-ports-7dc0e6384e6147f19c1cddc65705fbd2b4ed967e.tar.gz |
add USE_MOTIF
Reportted by: Alex Kapranoff <kappa@agava.com>
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 b423456..905afa0 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.cichon.com/floatator/download/ MAINTAINER= ports@FreeBSD.org USE_XLIB= yes +USE_MOTIF= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: |