diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-23 04:01:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-23 04:01:13 +0800 |
commit | cfb89461d1869f452bf2079f55940a8d6cd0327b (patch) | |
tree | 32d9357a882616a6cba224475be41d78ed985544 /games/gnomekiss/Makefile | |
parent | 4bf4e48d0506294d30c22b2dea67353d3dbfcabb (diff) | |
download | freebsd-ports-gnome-cfb89461d1869f452bf2079f55940a8d6cd0327b.tar.gz freebsd-ports-gnome-cfb89461d1869f452bf2079f55940a8d6cd0327b.tar.zst freebsd-ports-gnome-cfb89461d1869f452bf2079f55940a8d6cd0327b.zip |
Use new GNOME infrastructure.
PR: 51286
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Diffstat (limited to 'games/gnomekiss/Makefile')
-rw-r--r-- | games/gnomekiss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile index c64a3d0c4e9f..d684bc94dc9f 100644 --- a/games/gnomekiss/Makefile +++ b/games/gnomekiss/Makefile @@ -16,7 +16,7 @@ COMMENT= GNOME version of Kisekae Set System RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gtk12 orbit GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |