diff options
author | arved <arved@FreeBSD.org> | 2003-04-06 03:40:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-06 03:40:19 +0800 |
commit | 817ed25c18f4c303585cf1baab065fc07f159458 (patch) | |
tree | 3e1c1df995038315bff3c1b949e6b2942cf8ace3 /graphics | |
parent | 8f256c7f6132c6ed86bb4b7165f1cb5f64adb1ed (diff) | |
download | freebsd-ports-gnome-817ed25c18f4c303585cf1baab065fc07f159458.tar.gz freebsd-ports-gnome-817ed25c18f4c303585cf1baab065fc07f159458.tar.zst freebsd-ports-gnome-817ed25c18f4c303585cf1baab065fc07f159458.zip |
Fix build by adding dependency on kdesdk.
This port uses xml2pot to build his docs
Submitted by: maintainer
Reported by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 4 | ||||
-rw-r--r-- | graphics/digikam/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 4eecf1d52c33..e5dba1b5c068 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -12,13 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= avleeuwen@piwebs.com -COMMENT= "A KDE frontend to gphoto2 for communicating with your digicam" +COMMENT= A KDE frontend to gphoto2 for communicating with your digicam LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +BUILD_DEPENDS= xml2pot:${PORTSDIR}/devel/kdesdk3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} .include <bsd.port.mk> diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 4eecf1d52c33..e5dba1b5c068 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -12,13 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= avleeuwen@piwebs.com -COMMENT= "A KDE frontend to gphoto2 for communicating with your digicam" +COMMENT= A KDE frontend to gphoto2 for communicating with your digicam LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +BUILD_DEPENDS= xml2pot:${PORTSDIR}/devel/kdesdk3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} .include <bsd.port.mk> |