diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-18 21:20:04 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-18 21:20:04 +0000 |
commit | 6d91b2a069c5f6906ca90a7300dc7b20e3915824 (patch) | |
tree | 3ef54da1cebe29bd7c1afae3b96dd8f4afd910d6 /graphics/sharpconstruct | |
parent | 519f691b1c98099387686e066fdfc2d08baadad2 (diff) | |
download | ports-6d91b2a069c5f6906ca90a7300dc7b20e3915824.tar.gz ports-6d91b2a069c5f6906ca90a7300dc7b20e3915824.zip |
- Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=168171
Diffstat (limited to 'graphics/sharpconstruct')
-rw-r--r-- | graphics/sharpconstruct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index b19719f7b8d8..aad45b6b4841 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= sharp3d MAINTAINER= amdmi3@mail.ru COMMENT= 3D modeller for organic shapes -LIB_DEPENDS= gtkglextmm-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglextmm \ +LIB_DEPENDS= gtkglextmm-x11-1.2.0:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 USE_BZIP2= yes @@ -35,7 +35,6 @@ BROKEN= Does not compile on FreeBSD 4.x (lack of *round* functions) .endif post-patch: - @${REINPLACE_CMD} -e 's|gtkglextmm-1\.2|gtkglextmm-1.0|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh @${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e 's|/usr/share/sharpconstruct|${DATADIR}|' ${WRKSRC}/src/MainWindow.cc |