diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-17 17:16:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-17 17:16:33 +0000 |
commit | df15d247276788663fc6b5208e6cf3b784ce76c2 (patch) | |
tree | f4d3e928f2e221d841a2d54c3ce00be1bd197271 /devel/glib20/Makefile | |
parent | cda622b482c818b0f5ed000cf5ced80d829e303a (diff) | |
download | ports-df15d247276788663fc6b5208e6cf3b784ce76c2.tar.gz ports-df15d247276788663fc6b5208e6cf3b784ce76c2.zip |
Notes
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 18333b663f22..d89d04842be4 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.44.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -33,8 +33,7 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --enable-static=yes \ --with-pcre=system \ --disable-fam -CONFIGURE_ENV= ac_cv_header_sys_inotify_h= \ - ac_cv_header_sys_event_h= +CONFIGURE_ENV= ac_cv_header_sys_inotify_h= CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip |