diff options
Diffstat (limited to 'misc/goblin/Makefile')
-rw-r--r-- | misc/goblin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile index 7435f6b99250..8c959fe1d75a 100644 --- a/misc/goblin/Makefile +++ b/misc/goblin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= goblin -PORTVERSION= 2.4a3 +PORTVERSION= 2.5 CATEGORIES= misc MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -23,6 +23,8 @@ CFLAGS+= -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 \ -I${X11BASE}/include LIBS= -L${LOCALBASE}/lib -L${X11BASE}/lib +PLIST_SUB+= PORTVER=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g ; \ s,g\+\+,${CXX},g ; \ |