diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:40:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:40:56 +0800 |
commit | 8b60dc81103286c6c94aacb99e23e2e3edd4a996 (patch) | |
tree | 2818e3f115e7082a0619829afd4dfd176a6c3120 /x11-toolkits/gnocl | |
parent | ba979ed2bbcdede56163ea8879357234ae87a295 (diff) | |
download | freebsd-ports-gnome-8b60dc81103286c6c94aacb99e23e2e3edd4a996.tar.gz freebsd-ports-gnome-8b60dc81103286c6c94aacb99e23e2e3edd4a996.tar.zst freebsd-ports-gnome-8b60dc81103286c6c94aacb99e23e2e3edd4a996.zip |
Eradicate USE_GNOME=pkgconfig in x11-toolkits
While here:
- Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'x11-toolkits/gnocl')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index a6822085b6b7..1c11d3eb84cb 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -16,9 +16,9 @@ LIB_DEPENDS= canberra:${PORTSDIR}/audio/libcanberra \ notify:${PORTSDIR}/devel/libnotify \ gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview -USE_GMAKE= yes USE_BZIP2= yes -USE_GNOME= gtk20 libglade2 pkgconfig +USES= gmake pkgconfig +USE_GNOME= gtk20 libglade2 USE_TCL= 84+ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} |