diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-29 06:34:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-29 06:34:54 +0000 |
commit | 3d457b3947a7dab555ac9093aa28e5660838d095 (patch) | |
tree | 39dfd4234634f6dfa99414700130a99a61ab7f24 /devel/gnomecommon | |
parent | 5d519900ef4894ee2e00b525baae5371ee639234 (diff) | |
download | FreeBSD-ports-3d457b3947a7dab555ac9093aa28e5660838d095.zip FreeBSD-ports-3d457b3947a7dab555ac9093aa28e5660838d095.tar.gz |
Correct some typos and use gnometarget.
Diffstat (limited to 'devel/gnomecommon')
-rw-r--r-- | devel/gnomecommon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile index 895158b..a0c1af7 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> |