diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-03 03:33:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-03 03:33:09 +0800 |
commit | 34a2a29af93717c2c07498d5ffcd730709dec09b (patch) | |
tree | 24f3fcc49f780d4222f3b6c47788f0300b80acec /x11-toolkits/bakery/Makefile | |
parent | 0b6633b7f1ea68e8a81b6265298bda6839c4666e (diff) | |
download | freebsd-ports-gnome-34a2a29af93717c2c07498d5ffcd730709dec09b.tar.gz freebsd-ports-gnome-34a2a29af93717c2c07498d5ffcd730709dec09b.tar.zst freebsd-ports-gnome-34a2a29af93717c2c07498d5ffcd730709dec09b.zip |
Update to 2.3.13.
Diffstat (limited to 'x11-toolkits/bakery/Makefile')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 3a830f27f520..a13042f361c5 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bakery -PORTVERSION= 2.3.12 +PORTVERSION= 2.3.13 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 @@ -28,7 +28,7 @@ USE_X_PREFIX= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.3" API_VERSION="2.4" |