diff options
author | sat <sat@FreeBSD.org> | 2006-05-26 08:47:37 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-26 08:47:37 +0000 |
commit | d57dc4326bf4daa38185b6687fbf95872d40f375 (patch) | |
tree | 11d703d54b687600398848d0ecfe4683bddf52e7 /sysutils | |
parent | 683b67cfc667eeb2d1792afd5d2c09c017e3f0d8 (diff) | |
download | FreeBSD-ports-d57dc4326bf4daa38185b6687fbf95872d40f375.zip FreeBSD-ports-d57dc4326bf4daa38185b6687fbf95872d40f375.tar.gz |
- Add USE_GNOME=glib20
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 00bb9cd..fb197af 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod GNU_CONFIGURE= yes +USE_GNOME= glib20 MAN1= ${PORTNAME}.1 PLIST_FILES= bin/curlftpfs |