diff options
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index effee58ee28..7e81cb31add 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcb -PORTVERSION= 20060414 +PORTVERSION= 20060422 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if defined(WITH_MOTIF_GUI) USE_MOTIF= yes @@ -26,6 +26,7 @@ USE_GNOME= gtk20 .endif GNU_CONFIGURE= yes USE_GMAKE= yes +USE_TK= 83 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |