diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /games/hohlin | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'games/hohlin')
-rw-r--r-- | games/hohlin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/hohlin/Makefile b/games/hohlin/Makefile index bbb43c17487c..c09c21026a9d 100644 --- a/games/hohlin/Makefile +++ b/games/hohlin/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-${SHORTPORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Remake of the classic spectrum game Head over Heels +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs + WRKSRC= ${WRKDIR}/hoh-install-${PORTVERSION}/ USE_BZIP2= YES @@ -25,12 +27,7 @@ ONLY_FOR_ARCHS= i386 SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)/\1\2/} .include <bsd.port.pre.mk> -.if exists(${LINUXBASE}/lib/libc-2.3.2.so) || defined(WITH_LINUX8) -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs -WITH_LINUX8= YES -.else USE_LINUX= YES -.endif do-install: ${MKDIR} ${DATADIR} |