diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-15 03:37:40 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-15 03:37:40 +0800 |
commit | 992cd22b42b5973a68d5d83122a591daed4373f3 (patch) | |
tree | ae574b8c561226ae721339857758f52431743a68 /print/gnome-cups-manager | |
parent | 9f7c072fd9186df5b8b696a5dcb1fc298b606dd0 (diff) | |
download | freebsd-ports-gnome-992cd22b42b5973a68d5d83122a591daed4373f3.tar.gz freebsd-ports-gnome-992cd22b42b5973a68d5d83122a591daed4373f3.tar.zst freebsd-ports-gnome-992cd22b42b5973a68d5d83122a591daed4373f3.zip |
Change the gnomesu dependency to point to security/libgnomesu instead of
sysutils/gnomesu.
Diffstat (limited to 'print/gnome-cups-manager')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index ab36ec6a9f01..762fd0782212 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Admistration tool for cups LIB_DEPENDS= gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups -RUN_DEPENDS= gnomesu:${PORTSDIR}/sysutils/gnomesu +RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu USE_BZIP2= yes USE_X_PREFIX= yes |