aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-22 20:17:16 +0800
committerbapt <bapt@FreeBSD.org>2014-04-22 20:17:16 +0800
commit32025865d133d60cd2b59eeea708dfd3031271d2 (patch)
treefc50e08dc3467c4f06728f6903f2097d2bc51163 /x11-toolkits
parentb925ec9411f0a466e220fadee2b460663bdf4210 (diff)
downloadfreebsd-ports-gnome-32025865d133d60cd2b59eeea708dfd3031271d2.tar.gz
freebsd-ports-gnome-32025865d133d60cd2b59eeea708dfd3031271d2.tar.zst
freebsd-ports-gnome-32025865d133d60cd2b59eeea708dfd3031271d2.zip
Support stage
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnomemm/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile
index 6160918d70a4..2ecf9f2de158 100644
--- a/x11-toolkits/gnomemm/Makefile
+++ b/x11-toolkits/gnomemm/Makefile
@@ -12,17 +12,15 @@ EXTRACT_ONLY= # empty
MAINTAINER= bland@FreeBSD.org
COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries
-LIB_DEPENDS= gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \
- gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
- glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
- gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \
- gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \
- gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
+LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
+ libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \
+ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
+ libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \
+ libgnomemm-2.6.so:${PORTSDIR}/x11/libgnomemm26 \
+ libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26
NO_BUILD= yes
-LATEST_LINK= gnomemm2
+NO_INSTALL= yes
+NO_MTREE= yes
-do-install: # empty
-
-NO_STAGE= yes
.include <bsd.port.mk>