diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-07-18 21:20:04 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-07-18 21:20:04 +0000 |
commit | 4a4d223d4dfb1565786d9b90daf809798fab02fc (patch) | |
tree | d95e38947309286b187b4630a69db942ddf08050 /graphics | |
parent | 5e798f48504aa591b4559d13acc66f9e0b4193d2 (diff) | |
download | FreeBSD-ports-4a4d223d4dfb1565786d9b90daf809798fab02fc.zip FreeBSD-ports-4a4d223d4dfb1565786d9b90daf809798fab02fc.tar.gz |
- Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version.
Approved by: maintainer
Diffstat (limited to 'graphics')
-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 b19719f..aad45b6 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 |