diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-05 19:40:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-05 19:40:19 +0000 |
commit | 5d5b9cd6efb56a5cdb96cadc089326468cbcd042 (patch) | |
tree | b975c6a023ad5da1f7aecc6ec3b90436484ef857 | |
parent | - rmove offline site xanim.va.pubnix.com (diff) |
Fix build by adding dependency on kdesdk.
This port uses xml2pot to build his docs
Submitted by: maintainer
Reported by: bento
Notes
Notes:
svn path=/head/; revision=78326
-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> |