diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-25 10:03:56 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-25 10:03:56 +0800 |
commit | 431b326223acddc11450343f5b30c80d9966e497 (patch) | |
tree | f64bfd08d9ef7dc8e758bd9549edc016d2658a0c /print | |
parent | 4007a23c887dccb80e54d4c5743a26e6a0722bed (diff) | |
download | freebsd-ports-gnome-431b326223acddc11450343f5b30c80d9966e497.tar.gz freebsd-ports-gnome-431b326223acddc11450343f5b30c80d9966e497.tar.zst freebsd-ports-gnome-431b326223acddc11450343f5b30c80d9966e497.zip |
Add gnomesu to RUN_DEPENDS
Remove white space to make portlint happy
Approved by: adamw (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index ccd72e31cbb8..923322c88190 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -17,6 +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 USE_BZIP2= yes USE_X_PREFIX= yes @@ -26,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: |