diff options
author | vd <vd@FreeBSD.org> | 2006-11-08 14:33:32 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-11-08 14:33:32 +0800 |
commit | f6800a58b676b1d372967e8db150dcc7e7b7dbac (patch) | |
tree | a616003fbe75b9df391ea618af8811cc6d724100 /games | |
parent | 3865a68ccd61757cab59702eb74b4f4f948a39b9 (diff) | |
download | freebsd-ports-gnome-f6800a58b676b1d372967e8db150dcc7e7b7dbac.tar.gz freebsd-ports-gnome-f6800a58b676b1d372967e8db150dcc7e7b7dbac.tar.zst freebsd-ports-gnome-f6800a58b676b1d372967e8db150dcc7e7b7dbac.zip |
This port needs perl in order to build and install
bin/ifm2dev
bin/ifm2tex
bin/scr2ifm
so hook a perl dependency and remove the plist hack introduced
with my previous commit.
Diffstat (limited to 'games')
-rw-r--r-- | games/ifm/Makefile | 13 | ||||
-rw-r--r-- | games/ifm/pkg-plist | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index f25c179af678..016c0144939f 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifm PORTVERSION= 5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games tk84 MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.ifarchive.org/%SUBDIR%/ @@ -18,6 +18,7 @@ COMMENT= Interactive Fiction mapper and walkthrough generator RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -34,12 +35,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/ifm/* ${DOCSDIR}/html .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -PLIST_SUB+= RELENG4="" -.else -PLIST_SUB+= RELENG4="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/ifm/pkg-plist b/games/ifm/pkg-plist index 5447dc74081e..4e507df25ed0 100644 --- a/games/ifm/pkg-plist +++ b/games/ifm/pkg-plist @@ -1,7 +1,7 @@ bin/ifm -%%RELENG4%%bin/ifm2dev -%%RELENG4%%bin/ifm2tex -%%RELENG4%%bin/scr2ifm +bin/ifm2dev +bin/ifm2tex +bin/scr2ifm bin/tkifm lib/ifm/gpp %%PORTDOCS%%%%DOCSDIR%%/html/WARNINGS |