diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-01 09:08:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-01 09:08:28 +0800 |
commit | 2c79cd3340be2b4f2df015812b383472382f0506 (patch) | |
tree | f1dad562eb5dd5ddfa78f7d335973ec0648e2a00 /x11/libgnome/Makefile | |
parent | 9fb467182322b73599f84e3dd2e2aef349e78afd (diff) | |
download | freebsd-ports-gnome-2c79cd3340be2b4f2df015812b383472382f0506.tar.gz freebsd-ports-gnome-2c79cd3340be2b4f2df015812b383472382f0506.tar.zst freebsd-ports-gnome-2c79cd3340be2b4f2df015812b383472382f0506.zip |
Update to 2.2.1.
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 300ccb758d8d..5edc1d527d99 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnome -PORTVERSION= 2.2.0.1 +PORTVERSION= 2.2.1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 @@ -28,7 +28,7 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |