diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:09:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:09:04 +0800 |
commit | 639f54b0f113b02ac2d8cf83b544926bc0cf284c (patch) | |
tree | 0a70ab1cb07ce48251ab31f8e9e40601f7dc5e80 /palm/jpilot | |
parent | 4f3f2cafc570f27f51cf741e972e8d6983611efb (diff) | |
download | freebsd-ports-gnome-639f54b0f113b02ac2d8cf83b544926bc0cf284c.tar.gz freebsd-ports-gnome-639f54b0f113b02ac2d8cf83b544926bc0cf284c.tar.zst freebsd-ports-gnome-639f54b0f113b02ac2d8cf83b544926bc0cf284c.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 |