diff options
-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 |