diff options
-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 |