1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to 1.6.2.

Rework CONFIGURE_ENV=LIBS into LDFLAGS.
This commit is contained in:
Koop Mast 2013-12-03 10:51:17 +00:00
parent efee548c20
commit c9b3e8a1c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335557
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-dialogs
PORTVERSION= 1.6.1
PORTVERSION= 1.6.2
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -22,8 +22,8 @@ USE_GNOME= gnomehier glib20 gtk20 intlhack
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-dialogs-1.6.1.tar.xz) = 8d0fe30a4c96d0498688543bdd8953a636ca9930bfaecd65eed4203b34bb5d2d
SIZE (mate/mate-dialogs-1.6.1.tar.xz) = 2774916
SHA256 (mate/mate-dialogs-1.6.2.tar.xz) = 1d7249b7d697835710be10d5696e59623e5d0bf080f7328165396611681c75ef
SIZE (mate/mate-dialogs-1.6.2.tar.xz) = 2783156