diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-17 14:35:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-17 14:35:25 +0800 |
commit | 08ad570e2c8a0c93ba6d225ff42505667ca5e187 (patch) | |
tree | 57e75374b46685069fa33e10c9d05389e779bd26 /ftp | |
parent | 706fb69a2294549ae167a92e489e448967b3314f (diff) | |
download | freebsd-ports-gnome-08ad570e2c8a0c93ba6d225ff42505667ca5e187.tar.gz freebsd-ports-gnome-08ad570e2c8a0c93ba6d225ff42505667ca5e187.tar.zst freebsd-ports-gnome-08ad570e2c8a0c93ba6d225ff42505667ca5e187.zip |
- Remove gnomeprefix to fix plist
Pointed out by: krion via pointyhat
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pureadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index 91458ad29458..ba1453850765 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -18,7 +18,7 @@ COMMENT= Management utility for the PureFTPd LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam -USE_GNOME= gnomehack gnomeprefix pkgconfig gtk20 +USE_GNOME= gnomehack pkgconfig gtk20 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |