diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-08 17:53:50 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-08 17:53:50 +0800 |
commit | ec23753390bc83ff1b176ffa451ed336c641b277 (patch) | |
tree | fb841ef36062901e843c4727c5fdc9fec4528c73 /x11 | |
parent | 46a4e52ee79ecf278792fe9b9def925a72b54fa6 (diff) | |
download | freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.tar.gz freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.tar.zst freebsd-ports-gnome-ec23753390bc83ff1b176ffa451ed336c641b277.zip |
- Chase x11-toolkits/xforms shlib bump
- Bump PORTREVISION
- STAGE-clean here and there
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gpctool/Makefile | 6 | ||||
-rw-r--r-- | x11/gpctool/files/BSDmakefile | 2 | ||||
-rw-r--r-- | x11/tycoon/Makefile | 2 |
3 files changed, 5 insertions, 5 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> diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index 6c2944935f62..fe0389d22f8a 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -3,7 +3,7 @@ PORTNAME= tycoon PORTVERSION= 1.07o -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= SUNSITE/X11/desktop |