diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:26:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:26:58 +0000 |
commit | ea264ff932ff73dbb20ed32764b85d52034761ba (patch) | |
tree | f4f70cec74e5d0067fdaecc09d92c9c6eed23765 /ports-mgmt/portdowngrade/Makefile | |
parent | b8864c4e1e80db96082cf746f43b359afaa16a5e (diff) | |
download | ports-ea264ff932ff73dbb20ed32764b85d52034761ba.tar.gz ports-ea264ff932ff73dbb20ed32764b85d52034761ba.zip |
Notes
Diffstat (limited to 'ports-mgmt/portdowngrade/Makefile')
-rw-r--r-- | ports-mgmt/portdowngrade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portdowngrade/Makefile b/ports-mgmt/portdowngrade/Makefile index cfdacb81e573..bfaf4d6f6c37 100644 --- a/ports-mgmt/portdowngrade/Makefile +++ b/ports-mgmt/portdowngrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portdowngrade -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${POPT_INCLUDE}" \ LIBS="-lpopt -L${POPT_LIB}" GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_BZIP2= yes |