diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-04-23 06:47:14 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-04-23 06:47:14 +0000 |
commit | d9993105935904bd52de0c152421acf7436fe3ec (patch) | |
tree | 974e447776cef605d8da1df93eb1ce204f76667d /deskutils | |
parent | e2eefe54727fdc19d777faed8f31182080be79c7 (diff) |
Notes
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 |