diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 09:27:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 09:27:16 +0000 |
commit | 2841fdefb2b21d45123e1d5a6be14d1c7e8f652e (patch) | |
tree | f4628a5644a4cb3b37afc0b8acf5b63b3db3c2c4 /games/gshisen | |
parent | 3d6a4fd46e524bffebfb8401d30defa1217ee190 (diff) | |
download | ports-2841fdefb2b21d45123e1d5a6be14d1c7e8f652e.tar.gz ports-2841fdefb2b21d45123e1d5a6be14d1c7e8f652e.zip |
Notes
Diffstat (limited to 'games/gshisen')
-rw-r--r-- | games/gshisen/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 7cb9791524b0..7df54a85733f 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps +BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps +RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/GShisen @@ -23,7 +23,7 @@ MAKE_FLAGS= GUI_BACKEND_LIB=xgps ALL_TARGET= NO_MTREE= yes -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle +XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu .include <bsd.port.pre.mk> |