diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:19:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:19:45 +0800 |
commit | cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188 (patch) | |
tree | d1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /emulators/higan | |
parent | 11c0610b9e646125696b12a43e2585bfb141e9ef (diff) | |
download | freebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.tar.gz freebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.tar.zst freebsd-ports-gnome-cc9da7cf72f748a1ae9fcd3ab5aed032ad3ab188.zip |
Convert e* to USES=pkgconfig
Diffstat (limited to 'emulators/higan')
-rw-r--r-- | emulators/higan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 659702c4f870..95979e254995 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -10,10 +10,10 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}-source MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Nintendo multi-system emulator +USES= pkgconfig USE_XZ= yes USE_GMAKE= yes USE_GCC= 4.6+ -USE_PKGCONFIG= build USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 |