diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-05 10:53:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-05 10:53:22 +0000 |
commit | 17fdb4ef1414fbda017df9766b4a9f22b6769bbf (patch) | |
tree | ffe9d07800151be8848cf110e8bf1d18cca3aacd /graphics | |
parent | f5982a94a78ac07d1c2674416ad6205e1caca95b (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 6 | ||||
-rw-r--r-- | graphics/kipi-plugins/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 8a71bc8621ec..303cf0d58018 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -48,11 +48,9 @@ USE_KDELIBS_VER=3 USE_GETTEXT= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +CONFIGURE_ARGS= --mandir=${PREFIX}/man -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+=--enable-final -.endif +.include <bsd.port.pre.mk> .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 8a71bc8621ec..303cf0d58018 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -48,11 +48,9 @@ USE_KDELIBS_VER=3 USE_GETTEXT= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +CONFIGURE_ARGS= --mandir=${PREFIX}/man -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+=--enable-final -.endif +.include <bsd.port.pre.mk> .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" |