diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 17:03:09 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 17:03:09 +0800 |
commit | 85d22699683aa275c308c5d5f4c5eaafae20bff7 (patch) | |
tree | 01211f498c3c004b5276d6d20f6d003c456f9e66 /games/palomino | |
parent | 4a032255bfec99ee13d16593e0dfe1a91ee0c389 (diff) | |
download | freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.tar.gz freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.tar.zst freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.zip |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'games/palomino')
-rw-r--r-- | games/palomino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile index c2dd5fca6f34..bbe9f0e76170 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg -USES= cmake tar:xz lua:51 +USES= alias cmake lua:51 tar:xz USE_GL= gl MISC_VER= 20091027 |