diff options
author | mezz <mezz@FreeBSD.org> | 2008-02-10 02:38:31 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-02-10 02:38:31 +0800 |
commit | 9d9481924b7b242880c498e3381ec15e19732f98 (patch) | |
tree | 7b911adc65dcee4721bba5c1e48855bcbedc7bc5 /net-p2p | |
parent | a036c3e174d56b962dd93b35c71012df103f0a44 (diff) | |
download | freebsd-ports-graphics-9d9481924b7b242880c498e3381ec15e19732f98.tar.gz freebsd-ports-graphics-9d9481924b7b242880c498e3381ec15e19732f98.tar.zst freebsd-ports-graphics-9d9481924b7b242880c498e3381ec15e19732f98.zip |
Remove USE_GNOME and use master's same one. No function change.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index ca6cb2834ae..de46c202173 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -14,8 +14,6 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnometarget intlhack - CUSTOM_SUBDIRS= third-party libtransmission daemon DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN1= transmission-daemon.1 transmission-proxy.1 \ |