diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 23:42:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 23:42:39 +0800 |
commit | f02564416df180c721ada4f2f277f528e97ad844 (patch) | |
tree | 81bda1ddea68213210ea685cca53039574e4e1ff /x11/gnome-applets/Makefile | |
parent | d27e3af5abf157fcd6a544cc079a11ec988ac0cd (diff) | |
download | marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar.gz marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar.bz2 marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar.lz marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar.xz marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.tar.zst marcuscom-ports-f02564416df180c721ada4f2f277f528e97ad844.zip |
Update to 2.15.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 18ac48308..c2ad16618 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.133 2006/07/28 18:42:28 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.134 2006/08/07 21:15:59 ahze Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.15.3 +PORTVERSION= 2.15.90 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -37,7 +37,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gstreamer=0.10 +CONFIGURE_ARGS= --with-gstreamer=0.10 \ + --enable-stickynotes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ FREEBSD_SYS=${FREEBSD_SYS} |