diff options
author | bapt <bapt@FreeBSD.org> | 2012-03-09 18:46:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-03-09 18:46:31 +0800 |
commit | 456a3e6903e23d7be0d1c15098acd3cae93ccf0d (patch) | |
tree | 490edaf7c529082112a96e1c488546d18ee808ca /sysutils | |
parent | f07bf57862a1429861c2454d92310f3e356339da (diff) | |
download | freebsd-ports-gnome-456a3e6903e23d7be0d1c15098acd3cae93ccf0d.tar.gz freebsd-ports-gnome-456a3e6903e23d7be0d1c15098acd3cae93ccf0d.tar.zst freebsd-ports-gnome-456a3e6903e23d7be0d1c15098acd3cae93ccf0d.zip |
Remove unneeded gnome1 dependency
PR: ports/165322
Submitted by: bapt (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-s3fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index 6672a89d42d6..2bb75402b270 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -7,6 +7,7 @@ PORTNAME= s3fs DISTVERSION= 1.19 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- @@ -14,7 +15,6 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= gslin@gslin.org COMMENT= FUSE-based file system backed by Amazon S3 -BUILD_DEPENDS= ${LOCALBASE}/bin/gnome-config:${PORTSDIR}/x11/gnome-libs LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ fuse:${PORTSDIR}/sysutils/fusefs-libs \ xml2:${PORTSDIR}/textproc/libxml2 |