diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:32:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 01:32:28 +0000 |
commit | 3c5487cc9a902cebfcc676e10767ca1da4b9338c (patch) | |
tree | 35bde1671ed881d65731905e658feaf11bd75375 /deskutils | |
parent | 3ab4c753525ba424fab05d4fd9527e1daa8516d1 (diff) | |
download | ports-3c5487cc9a902cebfcc676e10767ca1da4b9338c.tar.gz ports-3c5487cc9a902cebfcc676e10767ca1da4b9338c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ontv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index c1ac25474c26..3cc04b079948 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -21,8 +21,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/dev RUN_DEPENDS:= ${BUILD_DEPENDS} \ tv_check:${PORTSDIR}/textproc/p5-xmltv -USES= gettext gmake python:2 tar:bzip2 -USE_GNOME= gnomehack gnomeprefix pygnomedesktop pygnomeextras pygtk2 +USES= gettext gmake pathfix python:2 tar:bzip2 +USE_GNOME= gnomeprefix pygnomedesktop pygnomeextras pygtk2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |