diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/penguintv-devel/Makefile | 7 | ||||
-rw-r--r-- | net/penguintv-devel/pkg-plist | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/net/penguintv-devel/Makefile b/net/penguintv-devel/Makefile index aee428869e83..ca57470a03ac 100644 --- a/net/penguintv-devel/Makefile +++ b/net/penguintv-devel/Makefile @@ -15,7 +15,12 @@ MAINTAINER= edwin@mavetju.org COMMENT= Graphical RSS feed reader with incorperated playback functions - development version 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-devel/pkg-plist b/net/penguintv-devel/pkg-plist index 3f7fbd171181..8c1cb1611a5b 100644 --- a/net/penguintv-devel/pkg-plist +++ b/net/penguintv-devel/pkg-plist @@ -114,3 +114,5 @@ share/pixmaps/penguintvicon.png share/applications/penguintv.desktop share/locale/pt_BR/LC_MESSAGES/penguintv.mo @dirrm share/penguintv +@dirrmtry share/pixmaps +@dirrmtry share/applications |