diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-10-20 14:36:49 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-10-20 14:36:49 +0000 |
commit | 7251e51710baeaeb2ac0133ecbe973a2bc8bcfaf (patch) | |
tree | 915d10145ba234201dfcaa5e1835e7ae48f92fd2 /databases/pgadmin3-12/Makefile | |
parent | 46df580663c61012890272e6573d405243ccc24a (diff) |
Update to 1.2.2.
PR: 86990
Notes
Notes:
svn path=/head/; revision=145945
Diffstat (limited to 'databases/pgadmin3-12/Makefile')
-rw-r--r-- | databases/pgadmin3-12/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgadmin3-12/Makefile b/databases/pgadmin3-12/Makefile index 8c6c4dd3a9af..1cf07ddad420 100644 --- a/databases/pgadmin3-12/Makefile +++ b/databases/pgadmin3-12/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pgadmin3 -PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTVERSION= 1.2.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src @@ -18,7 +17,7 @@ COMMENT= PostgreSQL database design and management system USE_PGSQL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx=${X11BASE} +CONFIGURE_ARGS= --with-wx=${X11BASE} --with-wx-config=${WX_CONFIG} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}" @@ -35,7 +34,7 @@ pre-everything:: .if !defined(WITHOUT_UNICODE) LIB_DEPENDS+= wx_gtk2u_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode-contrib -CONFIGURE_ARGS+=--with-wx-config=wxgtk2u-2.6-config +WX_CONFIG= wxgtk2u-2.6-config PKGNAMESUFFIX= -unicode PKGMESSAGE= ${PKGDIR}/pkg-message-unicode @@ -43,7 +42,7 @@ post-install: @${CAT} ${PKGMESSAGE} .else LIB_DEPENDS+= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib -CONFIGURE_ARGS+=--with-wx-config=wxgtk2-2.6-config +WX_CONFIG= wxgtk2-2.6-config .endif # WITHOUT_UNICODE .include <bsd.port.post.mk> |