diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-25 08:55:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-25 08:55:00 +0000 |
commit | 599a91734ac98a723d045c5621590b2f2db33930 (patch) | |
tree | b77d23d97cfa660d258e5acd571cfe4dc799a9a1 /graphics | |
parent | - Update to 5.1.11 (diff) |
Add PORTSCOUT limit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam/Makefile | 2 | ||||
-rw-r--r-- | graphics/kipi-plugins/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 0e9d54a13853..75a564717af4 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -23,6 +23,8 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ jasper.4:${PORTSDIR}/graphics/jasper +PORTSCOUT= limit:^0\. + USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index abf2bd4b9c48..7fc106763c42 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -42,6 +42,8 @@ OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ TIMEADJUST "adjust image file time and date" on \ WALLPAPER "set your image as wallpaper" on +PORTSCOUT= limit:^0\.1\. + USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes |