summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2005-09-29 03:36:25 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2005-09-29 03:36:25 +0000
commit97ae1d50aca5272c4054eca6292c130b4a6aad05 (patch)
tree42b2782336988ed22fe65ba9e2269a3e0d11cf60 /x11-toolkits
parent- update to 1.04 (diff)
- Enable gtk-sharp10 and gtk-sharp20 in the ports tree.
- gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has been repo-copied to gtk-sharp20 so both ports reflect their respective GTK# API versions. Approved by: ahze (mentor)
Notes
Notes: svn path=/head/; revision=143738
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile1
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile1
3 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index f138fed1ac31..dd8221057ccf 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -44,6 +44,8 @@
SUBDIR += gtk--2
SUBDIR += gtk-sharp
SUBDIR += gtk-sharp-devel
+ SUBDIR += gtk-sharp10
+ SUBDIR += gtk-sharp20
SUBDIR += gtk12
SUBDIR += gtk12-apireference
SUBDIR += gtk20
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index da627a328ba8..1b8cb128f927 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_X_PREFIX= yes
+LATEST_LINK= gtk-sharp10
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index 795f58018cc9..ee2395e9e388 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_X_PREFIX= yes
+LATEST_LINK= gtk-sharp20
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes