diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /misc | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-devel-docs3/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 1 | ||||
-rw-r--r-- | misc/gnome-user-docs3/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index db653868a..451b3653e 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils CONFLICTS= gnome-devel-docs-3.[0-9]* +NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USES= gmake diff --git a/misc/gnome-devel-docs3/Makefile b/misc/gnome-devel-docs3/Makefile index a03543c8d..22d7bbc58 100644 --- a/misc/gnome-devel-docs3/Makefile +++ b/misc/gnome-devel-docs3/Makefile @@ -13,6 +13,7 @@ COMMENT= Documents targeted for GNOME developers CONFLICTS= gnome-devel-docs-2.[0-9]* +NO_STAGE= yes LATEST_LINK= gnome-devel-docs3 USE_XZ= yes GNU_CONFIGURE= yes diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index fb236b594..d65543ee3 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes USES= gmake pathfix diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 6842a382c..0f6becb1e 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes USES= gmake pathfix diff --git a/misc/gnome-user-docs3/Makefile b/misc/gnome-user-docs3/Makefile index e1006ed05..192d14750 100644 --- a/misc/gnome-user-docs3/Makefile +++ b/misc/gnome-user-docs3/Makefile @@ -13,6 +13,7 @@ COMMENT= GNOME 3 users guide BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +NO_STAGE= yes LATEST_LINK= gnome-user-docs3 USE_XZ= yes GNU_CONFIGURE= yes |