diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-03-18 05:47:39 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-03-18 05:47:39 +0800 |
commit | ed71da9077358327195e89081f0551666143ca9e (patch) | |
tree | d515f793248e0d2e27d6ba1132921a0360ed0b62 /games/palomino | |
parent | afef63decead8244aee3d58f19a471ee0e1fc750 (diff) | |
download | freebsd-ports-gnome-ed71da9077358327195e89081f0551666143ca9e.tar.gz freebsd-ports-gnome-ed71da9077358327195e89081f0551666143ca9e.tar.zst freebsd-ports-gnome-ed71da9077358327195e89081f0551666143ca9e.zip |
- Use the new format for LIB_DEPENDS
- Use tar:xz instead of USE_XZ=yes
Diffstat (limited to 'games/palomino')
-rw-r--r-- | games/palomino/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 3ba2d5477498..782fda6281c6 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -16,10 +16,9 @@ COMMENT= Action flight simulation computer program using OSG LICENSE= GPLv2 -LIB_DEPENDS= osg:${PORTSDIR}/graphics/osg +LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg -USE_XZ= yes -USES= cmake +USES= cmake tar:xz USE_GL= gl USE_LUA= 5.1 LUA_COMPS= lua:build |