diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2000-01-31 14:39:49 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2000-01-31 14:39:49 +0000 |
commit | 59daf2fa990627f784d6f184bd0f7523d966da7e (patch) | |
tree | 3bee7ae44a83e8ea36c2b3ccf7e3ee768189a9c7 | |
parent | Remove older squid ports. Squid (all versions) builds almost trivially (diff) |
broke port getting rid of MICOVER variable .. re-added in a way that doesn't
break portlint
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes:
svn path=/head/; revision=25358
-rw-r--r-- | devel/mico/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 402f90dca6e0..b99de550ebb7 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -15,6 +15,8 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ tcl82.1:${PORTSDIR}/lang/tcl82 +MICOVER= `${ECHO} ${DISTNAME} | ${SED} 's/mico-//'` + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_NEWGCC= yes |