diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-17 05:54:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-17 05:54:45 +0000 |
commit | 7375a899332253a46bc7f1f587cebc8254f7625f (patch) | |
tree | 32f8617ea3e090ef67e18f00af54e102a4b1904c /emulators/pearpc/Makefile | |
parent | Update to version 8. (diff) |
Update to 0.2.0.
PR: ports/68010
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r-- | emulators/pearpc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index fbd862e9ac88..e7063450fa23 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pearpc -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +17,7 @@ COMMENT= PowerPC emulator USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITH_OPTIMIZED_CFLAGS) |