aboutsummaryrefslogtreecommitdiff
path: root/x11/gpctool
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-08 09:53:50 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-08 09:53:50 +0000
commit7f6ea9306d6e64266765db84b317d4ed64c39f19 (patch)
treefb841ef36062901e843c4727c5fdc9fec4528c73 /x11/gpctool
parent3b8902db22a935ec267baf36bc962c40b92ffdf6 (diff)
Notes
Diffstat (limited to 'x11/gpctool')
-rw-r--r--x11/gpctool/Makefile6
-rw-r--r--x11/gpctool/files/BSDmakefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gpctool/Makefile b/x11/gpctool/Makefile
index f04a6bbf1863..402c5ae80fbe 100644
--- a/x11/gpctool/Makefile
+++ b/x11/gpctool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gpctool
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 math graphics
MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
DISTNAME= gpct${PORTVERSION:S/.//g}
@@ -11,8 +11,8 @@ DISTNAME= gpct${PORTVERSION:S/.//g}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Evaluation tool for the Generic Polygon Clipper library
-LIB_DEPENDS= gpc:${PORTSDIR}/devel/libgpc \
- formsGL.2:${PORTSDIR}/x11-toolkits/xforms
+LIB_DEPENDS= libgpc.so:${PORTSDIR}/devel/libgpc \
+ libformsGL.so:${PORTSDIR}/x11-toolkits/xforms
USE_ZIP= yes
USE_GL= yes
diff --git a/x11/gpctool/files/BSDmakefile b/x11/gpctool/files/BSDmakefile
index 957862277916..ada4d8011e49 100644
--- a/x11/gpctool/files/BSDmakefile
+++ b/x11/gpctool/files/BSDmakefile
@@ -8,7 +8,7 @@ BINDIR= ${PREFIX}/bin
WARNS?= 2
CFLAGS+= -I${LOCALBASE}/include/X11 -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lformsGL -lGLU
+LDFLAGS+= -L${LOCALBASE}/lib -lforms -lformsGL -lGL -lGLU
LDFLAGS+= -L${LOCALBASE}/lib -lgpc -lm
.include <bsd.prog.mk>