1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

fix building (required an X display), fix pkg-plist missing directory

This commit is contained in:
Edwin Groothuis 2006-03-21 06:16:12 +00:00
parent e29c0c3e9d
commit 65decf0c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157834
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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