diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-08 14:11:24 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-08 14:11:24 +0800 |
commit | 3610de009827b620eaaf33cdb6944f786fa7635f (patch) | |
tree | 51e181a83791154df4ca3ebb69b4c8b2ceebd52c /x11-toolkits/plib | |
parent | 259efcd1d63b4ed58963a39f6d05fbc3450e6fdf (diff) | |
download | freebsd-ports-gnome-3610de009827b620eaaf33cdb6944f786fa7635f.tar.gz freebsd-ports-gnome-3610de009827b620eaaf33cdb6944f786fa7635f.tar.zst freebsd-ports-gnome-3610de009827b620eaaf33cdb6944f786fa7635f.zip |
Fixups for RELENG_3. (this was an error on my part, oops!)
PR: 12553
Submitted by: maintainer
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r-- | x11-toolkits/plib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index ecda3c2c3e4e..af9089a25375 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1999 # Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/07/03 06:38:36 cpiazza Exp $ # DISTNAME= plib-1.0.12a @@ -23,7 +23,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 400003 -RUN_DEPENDS= eg++:${PORTSDIR}/lang/egcs +BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs CXX= eg++ .endif |