diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:13:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:13:17 +0000 |
commit | b2bf63895238135e115c335ed4efa3e9cda75336 (patch) | |
tree | 42331cb7ce7703a59bb223bd883203a13872507d /devel/libsigc++20/Makefile | |
parent | Update to 2.0.2. (diff) |
Update to 1.2.2.
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r-- | devel/libsigc++20/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 2d321da8d691..251f905e868f 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,17 +6,20 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.2 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libsigc +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 \ + libsigc +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -NO_LATEST_LINK= yes +LATEST_LINK= libsigc++12 INSTALLS_SHLIB= yes USE_GNOMENG= yes USE_GNOME= gnomehack |