diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-08 06:11:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-08 06:11:24 +0000 |
commit | ac207253f8b33b8a2634792bc9ec371c2f26dab2 (patch) | |
tree | c22777e62d4774c79e137919d4a0ad891c645ca0 /x11-toolkits/plib | |
parent | 83ec11e307a1f228f0231a8958a36778f358cf06 (diff) | |
download | ports-ac207253f8b33b8a2634792bc9ec371c2f26dab2.tar.gz ports-ac207253f8b33b8a2634792bc9ec371c2f26dab2.zip |
Notes
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 |