diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-14 00:13:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-14 00:13:30 +0800 |
commit | d90bcdd7582b2acc72d50d17419787f5c882c014 (patch) | |
tree | 2fc79a7412e8d1ff5b1f7a90873361b698bd9ce1 /palm/gnomepilot2 | |
parent | a66ffb19594170e48c312acf15b575c9ea35b490 (diff) | |
download | freebsd-ports-gnome-d90bcdd7582b2acc72d50d17419787f5c882c014.tar.gz freebsd-ports-gnome-d90bcdd7582b2acc72d50d17419787f5c882c014.tar.zst freebsd-ports-gnome-d90bcdd7582b2acc72d50d17419787f5c882c014.zip |
Adda RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users to
fully configure the Palm settings and conduits.
Approved by: portmgr (knu)
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index fe359e163e1d..c58d70dfe2d6 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepilot PORTVERSION= 0.1.69 +PORTREVISION= 1 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.eskil.org/gnome-pilot/download/tarballs/ @@ -18,6 +19,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_BZIP2= yes USE_X_PREFIX= yes |