diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:36:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:36:25 +0000 |
commit | 97ae1d50aca5272c4054eca6292c130b4a6aad05 (patch) | |
tree | 42b2782336988ed22fe65ba9e2269a3e0d11cf60 | |
parent | 463719f29e5923c6241196fb67582a5431960c61 (diff) | |
download | ports-97ae1d50aca5272c4054eca6292c130b4a6aad05.tar.gz ports-97ae1d50aca5272c4054eca6292c130b4a6aad05.zip |
Notes
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 1 |
4 files changed, 6 insertions, 0 deletions
@@ -1627,3 +1627,5 @@ net/openldap23-sasl-server||2005-09-15|Is no longer needed as separated port audio/py-libtunepimp||2005-09-21|audio/libtunepimp rolled back to version 0.3.0 and the bindings do not work at that version devel/libunrar|archivers/libunrar|2005-09-23|corrected category www/gecko-sharp|www/gecko-sharp10|2005-09-25|renamed to reflect API version +x11-toolkits/gtk-sharp|x11-toolkits/gtk-sharp10|2005-09-28|renamed to reflect API version +x11-toolkits/gtk-sharp-devel|x11-toolkits/gtk-sharp20|2005-09-28|renamed to reflect API version 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 |