diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:40:56 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:40:56 +0800 |
commit | 671144cd90984f2aa697bd56e32212e9d4d4663c (patch) | |
tree | 2818e3f115e7082a0619829afd4dfd176a6c3120 /x11-toolkits/gnocl | |
parent | f5f0ec5b2ca04829599e54dd994a5140b5d5b71a (diff) | |
download | freebsd-ports-gnome-671144cd90984f2aa697bd56e32212e9d4d4663c.tar.gz freebsd-ports-gnome-671144cd90984f2aa697bd56e32212e9d4d4663c.tar.zst freebsd-ports-gnome-671144cd90984f2aa697bd56e32212e9d4d4663c.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} |