diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:09:04 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:09:04 +0800 |
commit | 17373c2caa1d2667261a2c2af798221221df1a31 (patch) | |
tree | c6fff42bbdfc4b38996c1f7f791fb08dd9828a0e /palm/jpilot | |
parent | eb8fb3b5bc1b2f33094da69a7f92e8e465d7305e (diff) | |
download | freebsd-ports-gnome-17373c2caa1d2667261a2c2af798221221df1a31.tar.gz freebsd-ports-gnome-17373c2caa1d2667261a2c2af798221221df1a31.tar.zst freebsd-ports-gnome-17373c2caa1d2667261a2c2af798221221df1a31.zip |
Deploy USE_GNOMENG infrastructure
PR: 42287
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'palm/jpilot')
-rw-r--r-- | palm/jpilot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index fbbb11ae6d65..7b5496d50165 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -17,7 +17,8 @@ MAINTAINER?= varju@webct.com LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ intl.4:${PORTSDIR}/devel/gettext -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins |