diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-05 03:11:39 +0000 |
commit | c4851e78e4f63338fe9a4883e5b7a0370dce27f7 (patch) | |
tree | 3910aa2e83f782cec94f15b4547dadb741cd29ce /x11/startup-notification | |
parent | f82c84522b047dd99c6f9d85ce3e07217ccce7df (diff) | |
download | ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.tar.gz ports-c4851e78e4f63338fe9a4883e5b7a0370dce27f7.zip |
Notes
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 10 | ||||
-rw-r--r-- | x11/startup-notification/distinfo | 4 | ||||
-rw-r--r-- | x11/startup-notification/files/patch-configure | 10 |
3 files changed, 6 insertions, 18 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 247dbd8a1c07..35166f2afb4e 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -6,11 +6,10 @@ # PORTNAME= startup-notification -PORTVERSION= 0.5 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -19,11 +18,10 @@ 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 pkgconfig +USE_GNOME= gnomeprefix gnomehack gnomehier lthack gnometarget pkgconfig USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/x11/startup-notification/distinfo b/x11/startup-notification/distinfo index 134f0107e7f6..6521f3f222e3 100644 --- a/x11/startup-notification/distinfo +++ b/x11/startup-notification/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/startup-notification-0.5.tar.bz2) = 193cde48ed7ceaf346bd65590acc101c -SIZE (gnome2/startup-notification-0.5.tar.bz2) = 156294 +MD5 (gnome2/startup-notification-0.6.tar.bz2) = d53172f761ea974e5d5f73f9b785294c +SIZE (gnome2/startup-notification-0.6.tar.bz2) = 206341 diff --git a/x11/startup-notification/files/patch-configure b/x11/startup-notification/files/patch-configure deleted file mode 100644 index 18ddad392e1e..000000000000 --- a/x11/startup-notification/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Nov 14 13:11:13 2002 -+++ configure Thu Nov 14 13:11:36 2002 -@@ -7203,6 +7203,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |