diff options
-rw-r--r-- | net/penguintv/Makefile | 7 | ||||
-rw-r--r-- | net/penguintv/pkg-plist | 2 |
2 files changed, 8 insertions, 1 deletions
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 |