diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-05 06:31:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-05 06:31:22 +0000 |
commit | eb2e3d409393e0f1369004c0a915dba0385faaf9 (patch) | |
tree | 9479ce9c8bac325320b7879899f375edb0cc24dc /games/gnomekiss | |
parent | fe82a4ca15a5c376d620546f90960abbdf02ab96 (diff) | |
download | ports-eb2e3d409393e0f1369004c0a915dba0385faaf9.tar.gz ports-eb2e3d409393e0f1369004c0a915dba0385faaf9.zip |
Notes
Diffstat (limited to 'games/gnomekiss')
-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" |