diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 06:34:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 06:34:54 +0000 |
commit | 1c7e1c93f317c4af4077bb02125f2c6e150aae5d (patch) | |
tree | ceee4c85e7231c9cad57eb6c03a66c4538fb1265 /devel | |
parent | Upgrade to v204. (diff) |
Correct some typos and use gnometarget.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-common/Makefile | 5 | ||||
-rw-r--r-- | devel/gnomecommon/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index 895158be2f4e..a0c1af7651a2 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -14,13 +14,12 @@ DISTNAME= gnome-common-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GOME 2.0 +COMMENT= Common automake macros for GNOME and GNOME 2 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile index 895158be2f4e..a0c1af7651a2 100644 --- a/devel/gnomecommon/Makefile +++ b/devel/gnomecommon/Makefile @@ -14,13 +14,12 @@ DISTNAME= gnome-common-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GOME 2.0 +COMMENT= Common automake macros for GNOME and GNOME 2 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |