diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
commit | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /emulators | |
parent | 8e9b67036c221691a461cb06c98cf968f1429dc7 (diff) | |
download | freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.gz freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.zst freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/x48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 14b863743ec1..58b3e908a5b1 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing --copy -Wno-portability ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS=-lutil -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xext xt NO_WRKSUBDIR= yes |