diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-05 14:31:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-05 14:31:22 +0800 |
commit | 89acbec185cdfa0d5119e8085529810551e03fd0 (patch) | |
tree | 6c5952afc0653316c182e61e8c6c9dd098e1c03d /games | |
parent | 85614791a620d3079209899061482b5ef9ff0cc6 (diff) | |
download | freebsd-ports-gnome-89acbec185cdfa0d5119e8085529810551e03fd0.tar.gz freebsd-ports-gnome-89acbec185cdfa0d5119e8085529810551e03fd0.tar.zst freebsd-ports-gnome-89acbec185cdfa0d5119e8085529810551e03fd0.zip |
Add a missing dependency on gnomelibs.
Reported by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomekiss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile index d684bc94dc9f..6f2a4773143f 100644 --- a/games/gnomekiss/Makefile +++ b/games/gnomekiss/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomekiss PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ @@ -16,7 +17,7 @@ COMMENT= GNOME version of Kisekae Set System RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha USE_X_PREFIX= yes -USE_GNOME= gtk12 orbit +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |