diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-03-21 06:16:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-03-21 06:16:12 +0000 |
commit | 65decf0c4685f5854fce4e5ae8d51c211012708a (patch) | |
tree | 405efd83c12244a88d6a64a55cd70f9d33acb659 /net | |
parent | e29c0c3e9d09e9ab4e35bb9e9a1ac7927b868e0a (diff) | |
download | freebsd-ports-65decf0c4685f5854fce4e5ae8d51c211012708a.zip |
fix building (required an X display), fix pkg-plist missing directory
Diffstat (limited to 'net')
-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 |