diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-01 08:46:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-01 08:46:22 +0000 |
commit | 47c498a40f74d830f6e8549c193d2c3b307bf79e (patch) | |
tree | 9697f5d56bd2497ae493714f05911d17a614372f /x11/startup-notification/Makefile | |
parent | 4807a26dc206393ffb455bac0a9be77b957574f2 (diff) | |
download | ports-47c498a40f74d830f6e8549c193d2c3b307bf79e.tar.gz ports-47c498a40f74d830f6e8549c193d2c3b307bf79e.zip |
Notes
Diffstat (limited to 'x11/startup-notification/Makefile')
-rw-r--r-- | x11/startup-notification/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 1833a350ac41..f2c7f272c8a4 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -6,20 +6,20 @@ # PORTNAME= startup-notification -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 +MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ \ + ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library that supports startup notification spec from freedesktop.org -USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier lthack gnometarget pkgconfig -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomeprefix gnomehack gnomehier gnometarget pkgconfig +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |