diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 135776951ec27858cec633271bc65e3e49745f01 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /x11/wmdrawer | |
parent | 403f9e420456633793408637949b5119d9c957d8 (diff) | |
download | freebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.tar.gz freebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.tar.zst freebsd-ports-graphics-135776951ec27858cec633271bc65e3e49745f01.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'x11/wmdrawer')
-rw-r--r-- | x11/wmdrawer/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile index dbba3d0e255..5447c13e0a9 100644 --- a/x11/wmdrawer/Makefile +++ b/x11/wmdrawer/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: wmDrawer -# Date created: Apr 6, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= wmdrawer PORTVERSION= 0.10.5 @@ -21,7 +16,7 @@ COMMENT= A dockapp which provides a drawer to launch applications USE_GNOME= gdkpixbuf USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig CONFIGURE_ENV+= DOCSDIR=${DOCSDIR} MAKE_ENV+= ${CONFIGURE_ENV} |