diff options
author | joerg <joerg@FreeBSD.org> | 2002-12-02 20:36:25 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2002-12-02 20:36:25 +0000 |
commit | 8c2e2a1323ecde53f139addac46a6f9f57c6fd37 (patch) | |
tree | 7e74089e64dcfaa9817f60be616577523ac2b01e /emulators/pcemu/Makefile | |
parent | 9649d213ef5bf58ef6faa02f6605b4551866e919 (diff) | |
download | FreeBSD-ports-8c2e2a1323ecde53f139addac46a6f9f57c6fd37.zip FreeBSD-ports-8c2e2a1323ecde53f139addac46a6f9f57c6fd37.tar.gz |
Make this port build under -current. (Of course, it'll also build under
-stable still. ;-)
gcc 3 is (correctly) a lot more picky about some suspicious cpp
constructs that remained undetected in the original sources until now.
Diffstat (limited to 'emulators/pcemu/Makefile')
-rw-r--r-- | emulators/pcemu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 1a742b3..947b56c 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcemu PORTVERSION= 1.01b +PORTREVISION= 1 CATEGORIES= emulators # # This could in theory become a chicken-and-egg problem. Anyway, |