diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-25 02:03:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-25 02:03:56 +0000 |
commit | a295efeb5aee8b7b62f16de11917973fa0a566fc (patch) | |
tree | 98166d4ddc0b3ee3257f8ca2af429ade8e4fbabd /print | |
parent | 5c28992dbb38acd41f3729051b921b2a9626da3f (diff) | |
download | ports-a295efeb5aee8b7b62f16de11917973fa0a566fc.tar.gz ports-a295efeb5aee8b7b62f16de11917973fa0a566fc.zip |
Add gnomesu to RUN_DEPENDS
Remove white space to make portlint happy
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=122373
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: |