diff options
author | steve <steve@FreeBSD.org> | 2001-12-03 11:13:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-03 11:13:39 +0800 |
commit | 92113878dd1e7a6ba7fa28eb0ae8fc7d0c52b563 (patch) | |
tree | 1ee348ab08ed13d193c82bd25683336c7acd637e /games/gnomekiss/Makefile | |
parent | fc67ed9488e40fc19b8b91e6e6f6f80cfba9d0e8 (diff) | |
download | freebsd-ports-gnome-92113878dd1e7a6ba7fa28eb0ae8fc7d0c52b563.tar.gz freebsd-ports-gnome-92113878dd1e7a6ba7fa28eb0ae8fc7d0c52b563.tar.zst freebsd-ports-gnome-92113878dd1e7a6ba7fa28eb0ae8fc7d0c52b563.zip |
Update to version 1.2.
PR: 32206
Submitted by: maintainer
Diffstat (limited to 'games/gnomekiss/Makefile')
-rw-r--r-- | games/gnomekiss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile index 084ed23353d9..5af2358a406d 100644 --- a/games/gnomekiss/Makefile +++ b/games/gnomekiss/Makefile @@ -6,13 +6,15 @@ # PORTNAME= gnomekiss -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ DISTNAME= gnomekiss-${PORTVERSION} MAINTAINER= umeno@rr.iij4u.or.jp +RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha + USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes |