aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xneur
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-04-29 12:30:43 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-04-29 12:30:43 +0000
commit8afaaa975f4dfd32c1797c5f4d07825c763e5b44 (patch)
treec5d551b42599d63c67011d59b172c602e6a2331e /deskutils/xneur
parent59140a81a332b11ca59fe883cc1dfcbaac98dbfb (diff)
downloadports-8afaaa975f4dfd32c1797c5f4d07825c763e5b44.tar.gz
ports-8afaaa975f4dfd32c1797c5f4d07825c763e5b44.zip
- Unbreak by reverting the USES=pathfix change introduced earlier
Reported by: bdrewery@
Notes
Notes: svn path=/head/; revision=316811
Diffstat (limited to 'deskutils/xneur')
-rw-r--r--deskutils/xneur/Makefile3
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}