diff options
author | mva <mva@FreeBSD.org> | 2013-04-29 20:30:43 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-29 20:30:43 +0800 |
commit | deddcc273595fc9f734917c04a96e18496c3db01 (patch) | |
tree | c5d551b42599d63c67011d59b172c602e6a2331e /deskutils | |
parent | b5b5ba5e3df0ac2d929b10122c0532dbcade54fe (diff) | |
download | freebsd-ports-gnome-deddcc273595fc9f734917c04a96e18496c3db01.tar.gz freebsd-ports-gnome-deddcc273595fc9f734917c04a96e18496c3db01.tar.zst freebsd-ports-gnome-deddcc273595fc9f734917c04a96e18496c3db01.zip |
- Unbreak by reverting the USES=pathfix change introduced earlier
Reported by: bdrewery@
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xneur/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 89690a86934e..0ea5c0de290c 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -15,7 +15,8 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ pcre.3:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USES= pkgconfig pathfix iconv +USES= pkgconfig iconv +USE_GNOME= gnomehack GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |