diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:19:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:19:45 +0000 |
commit | e6f882f47a06d4f79159cde5cfcf087a328b5ae3 (patch) | |
tree | d1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /emulators/fceux | |
parent | b1fada5017e87f12716eab88bf293880c4e2310e (diff) |
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r-- | emulators/fceux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index a887338d97ed..45318ca6a019 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Portable NES/Famicom emulator based on Bero's original FCE -USE_PKGCONFIG= build +USES= pkgconfig USE_SCONS= yes SCONS_BUILDENV= CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ |