diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 00:24:18 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 00:24:18 +0000 |
commit | 03ca523e35c723bcfac9b176c08dbffef80e1edf (patch) | |
tree | 29624537157061c86a1813901b65b73cf52e2a29 | |
parent | Add pear-File_Passwd, class to manipulate and authenticate against standard U... (diff) |
Fix dependencies
Pointed out by: kris (via pointy hat)
Approved by: adamw (mentor)
-rw-r--r-- | sysutils/gnome-schedule/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/gnome-schedule/Makefile b/sysutils/gnome-schedule/Makefile index 8bf97a9fe8f3..f21ea6790b9d 100644 --- a/sysutils/gnome-schedule/Makefile +++ b/sysutils/gnome-schedule/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME GUI for configuring a users crontab +BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_PYTHON= yes USE_GNOME= gnomeprefix pygnome2 USE_X_PREFIX= yes |