diff options
author | kris <kris@FreeBSD.org> | 2006-08-18 04:57:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-08-18 04:57:42 +0800 |
commit | 1e0ad891462857b3b74f26b56b6454b07d7adf33 (patch) | |
tree | e0532bf0a101f517d70e1d6cf8f2c1cd12619c1a /games | |
parent | cb27dd11fc1ef4b81193468cfd4a23ca00e6be2e (diff) | |
download | freebsd-ports-gnome-1e0ad891462857b3b74f26b56b6454b07d7adf33.tar.gz freebsd-ports-gnome-1e0ad891462857b3b74f26b56b6454b07d7adf33.tar.zst freebsd-ports-gnome-1e0ad891462857b3b74f26b56b6454b07d7adf33.zip |
BROKEN: Incorrect pkg-plist
Diffstat (limited to 'games')
-rw-r--r-- | games/lincity-ng/Makefile | 2 | ||||
-rw-r--r-- | games/netpanzer-data/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index e206b975666d..ca63cf1487ab 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -17,6 +17,8 @@ COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs +BROKEN= Incorrect pkg-plist + USE_BZIP2= yes USE_GCC= 3.2+ USE_SDL= sdl mixer image ttf gfx diff --git a/games/netpanzer-data/Makefile b/games/netpanzer-data/Makefile index 02797b25848f..e20a6511a5df 100644 --- a/games/netpanzer-data/Makefile +++ b/games/netpanzer-data/Makefile @@ -17,6 +17,8 @@ COMMENT= Data files for the netpanzer game LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam +BROKEN= Incorrect pkg-plist + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ |