diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
commit | 9b48b0cbf360d5e222b180f7bd0e45838af06068 (patch) | |
tree | 670fbe5887ffd2293d685dfba80199c179203cc2 /games/fkiss | |
parent | 85246ae8eb7d5762e89ae128f51bd180295d3faf (diff) | |
download | ports-9b48b0cbf360d5e222b180f7bd0e45838af06068.tar.gz ports-9b48b0cbf360d5e222b180f7bd0e45838af06068.zip |
unbreak: USE_XLIB.
Notes
Notes:
svn path=/head/; revision=47233
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 9ca72571abc6..55511dfb10d9 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -15,10 +15,12 @@ MAINTAINER= flathill@FreeBSD.org RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha +USE_XLIB= yes +GNU_CONFIGURE= yes + NOT_FOR_ARCHS= alpha WRKSRC= ${WRKDIR}/${DISTNAME} -GNU_CONFIGURE= yes MAN1= fkiss.1 INSTALL_TARGET= install |