diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-13 16:13:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-13 16:13:30 +0000 |
commit | 9466c3f5d4f0932957914aadfd440e9633b6217f (patch) | |
tree | 7fba0560c6af3505c8916de8b65e3770660d8c09 | |
parent | 2002a84ecd0a0bc950fa302284f70f849d5d93d0 (diff) | |
download | ports-9466c3f5d4f0932957914aadfd440e9633b6217f.tar.gz ports-9466c3f5d4f0932957914aadfd440e9633b6217f.zip |
Adda RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users to
fully configure the Palm settings and conduits.
Approved by: portmgr (knu)
Notes
Notes:
svn path=/head/; revision=71609
-rw-r--r-- | palm/gnome-pilot/Makefile | 2 | ||||
-rw-r--r-- | palm/gnomepilot/Makefile | 2 | ||||
-rw-r--r-- | palm/gnomepilot2/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index fe359e163e1d..c58d70dfe2d6 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/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 diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile index fe359e163e1d..c58d70dfe2d6 100644 --- a/palm/gnomepilot/Makefile +++ b/palm/gnomepilot/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 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 |