diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:57:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:57:36 +0800 |
commit | b8a28ce4485c30495faab27811393fc7ec03584f (patch) | |
tree | aeac2336babc1a79b8c23c6f70fbcd7d8ced0b1f /sysutils/djmount | |
parent | 383c4f64d1280f249fa1a692e9b07d0d8325b477 (diff) | |
download | freebsd-ports-gnome-b8a28ce4485c30495faab27811393fc7ec03584f.tar.gz freebsd-ports-gnome-b8a28ce4485c30495faab27811393fc7ec03584f.tar.zst freebsd-ports-gnome-b8a28ce4485c30495faab27811393fc7ec03584f.zip |
Eradicate USE_GNOME=pkgconfig
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Diffstat (limited to 'sysutils/djmount')
-rw-r--r-- | sysutils/djmount/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 8543e4919cc0..ef863863aaaa 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USES= fuse -USE_GNOME= pkgconfig +USES= fuse pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} |