diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /x11/startup-notification | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.zst freebsd-ports-gnome-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 4 | ||||
-rw-r--r-- | x11/startup-notification/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 96596bfae7f8..f9d7e92d846d 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= startup-notification PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://www.freedesktop.org/software/startup-notification/releases/ @@ -20,7 +20,7 @@ COMMENT= Library that supports startup notification spec from freedesktop.org USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/startup-notification/pkg-plist b/x11/startup-notification/pkg-plist index 1bf261d52b32..097d619f7714 100644 --- a/x11/startup-notification/pkg-plist +++ b/x11/startup-notification/pkg-plist @@ -5,6 +5,7 @@ include/startup-notification-1.0/libsn/sn-monitor.h include/startup-notification-1.0/libsn/sn-util.h include/startup-notification-1.0/libsn/sn.h lib/libstartup-notification-1.a +lib/libstartup-notification-1.la lib/libstartup-notification-1.so lib/libstartup-notification-1.so.0 libdata/pkgconfig/libstartup-notification-1.0.pc |