diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /x11/simdock | |
parent | - Fix left-over of the Tcl/Tk removal (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'x11/simdock')
-rw-r--r-- | x11/simdock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile index e9026f933fa4..39da93b7004f 100644 --- a/x11/simdock/Makefile +++ b/x11/simdock/Makefile @@ -12,10 +12,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A fast and customizable dockbar GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 libwnck USE_WX= 2.8 -USE_PKGCONFIG= yes WX_CONF_ARGS= absolute WRKSRC= ${WRKDIR}/trunk |