diff options
author | ale <ale@FreeBSD.org> | 2010-01-25 16:55:00 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-25 16:55:00 +0800 |
commit | 41e7fedfe63ba16355d8cc86e0eddd0ca216220a (patch) | |
tree | 0fbbbb3da62b6614ebb7837b088fd39b439d739f /graphics | |
parent | a2675e5bea725abeed978abfd19c257f97eef619 (diff) | |
download | freebsd-ports-gnome-41e7fedfe63ba16355d8cc86e0eddd0ca216220a.tar.gz freebsd-ports-gnome-41e7fedfe63ba16355d8cc86e0eddd0ca216220a.tar.zst freebsd-ports-gnome-41e7fedfe63ba16355d8cc86e0eddd0ca216220a.zip |
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 |