diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 14:37:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-23 14:37:33 +0000 |
commit | 4dc272c3197453df95cf811848bb4f5d030c2299 (patch) | |
tree | 49b619ef75f20ddb55b7b4150aa285abed925b16 /net/mopd/Makefile | |
parent | fb7bc3663664d06a0a0e471c7ce744167aaf689e (diff) | |
download | ports-4dc272c3197453df95cf811848bb4f5d030c2299.tar.gz ports-4dc272c3197453df95cf811848bb4f5d030c2299.zip |
Notes
Diffstat (limited to 'net/mopd/Makefile')
-rw-r--r-- | net/mopd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index ae7f73f66278..49990d9f7896 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -29,7 +29,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true USE_REINPLACE= yes .if ${OSVERSION} >= 502126 -USE_GCC= 3.3 +USE_GCC= 3.3 .endif MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1 MAN8= mopd.8 |