diff options
author | sf <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-31 14:26:05 +0000 |
commit | 4428c13b6ac024e32d44d8fdefa39cad2b3ec60e (patch) | |
tree | 1dd8c0dad76fa9e7c809ce3adf96f95b30c2bec6 /games/fkiss | |
parent | c7d417733dcfc3a9d9b8d0635138db2539fbd482 (diff) | |
download | FreeBSD-ports-4428c13b6ac024e32d44d8fdefa39cad2b3ec60e.zip FreeBSD-ports-4428c13b6ac024e32d44d8fdefa39cad2b3ec60e.tar.gz |
unbreak: USE_XLIB.
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 9ca7257..55511df 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 |