aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-04-06 03:40:19 +0800
committerarved <arved@FreeBSD.org>2003-04-06 03:40:19 +0800
commit817ed25c18f4c303585cf1baab065fc07f159458 (patch)
tree3e1c1df995038315bff3c1b949e6b2942cf8ace3 /graphics
parent8f256c7f6132c6ed86bb4b7165f1cb5f64adb1ed (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--graphics/digikam/Makefile4
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>