From 65decf0c4685f5854fce4e5ae8d51c211012708a Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 21 Mar 2006 06:16:12 +0000 Subject: fix building (required an X display), fix pkg-plist missing directory --- net/penguintv/Makefile | 7 ++++++- net/penguintv/pkg-plist | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/penguintv/Makefile b/net/penguintv/Makefile index 1ff2141efb34..c68f4419b2b5 100644 --- a/net/penguintv/Makefile +++ b/net/penguintv/Makefile @@ -14,7 +14,12 @@ MAINTAINER= edwin@mavetju.org COMMENT= Graphical RSS feed reader with incorperated playback functions BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite21 \ - ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl + ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ + ${PYXML} +.if defined(PACKAGE_BUILDING) +BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ + ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} +.endif RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= pygnomeextras pygnome2 diff --git a/net/penguintv/pkg-plist b/net/penguintv/pkg-plist index ccf0d72bca1a..8c0c0d6aacc9 100644 --- a/net/penguintv/pkg-plist +++ b/net/penguintv/pkg-plist @@ -99,3 +99,5 @@ share/penguintv/penguintvicon.png share/pixmaps/penguintvicon.png share/applications/penguintv.desktop @dirrm share/penguintv +@dirrmtry share/pixmaps +@dirrmtry share/applications -- cgit v1.2.3