diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-29 20:30:43 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-29 20:30:43 +0800 |
commit | 8afaaa975f4dfd32c1797c5f4d07825c763e5b44 (patch) | |
tree | c5d551b42599d63c67011d59b172c602e6a2331e /deskutils | |
parent | 59140a81a332b11ca59fe883cc1dfcbaac98dbfb (diff) | |
download | freebsd-ports-gnome-8afaaa975f4dfd32c1797c5f4d07825c763e5b44.tar.gz freebsd-ports-gnome-8afaaa975f4dfd32c1797c5f4d07825c763e5b44.tar.zst freebsd-ports-gnome-8afaaa975f4dfd32c1797c5f4d07825c763e5b44.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} |