diff options
author | jgh <jgh@FreeBSD.org> | 2013-04-23 14:47:14 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-04-23 14:47:14 +0800 |
commit | ba76c1ed2aa41ca371e36152fcd3a423752d39cd (patch) | |
tree | 974e447776cef605d8da1df93eb1ce204f76667d /deskutils | |
parent | 95ea403f649d35f0c39296eb2099ac8f61130d59 (diff) | |
download | freebsd-ports-gnome-ba76c1ed2aa41ca371e36152fcd3a423752d39cd.tar.gz freebsd-ports-gnome-ba76c1ed2aa41ca371e36152fcd3a423752d39cd.tar.zst freebsd-ports-gnome-ba76c1ed2aa41ca371e36152fcd3a423752d39cd.zip |
- convert to USES=pkgconfig
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpad-current/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index 99bb53a93dfd..4e723f058f28 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -20,7 +20,7 @@ FETCH_ARGS= -p USE_BZIP2= yes USE_XORG= x11 sm USE_GNOME= gtk20 gnomehier intltool -USE_PKGCONFIG= build +USES= pkgconfig INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 9c0af12aaa7f..eb0e5a545342 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm USE_GNOME= gtk20 gnomehier intltool -USE_PKGCONFIG= build +USES= pkgconfig INSTALLS_ICONS= yes GNU_CONFIGURE= yes |