diff options
author | krion <krion@FreeBSD.org> | 2003-12-21 17:38:33 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-21 17:38:33 +0000 |
commit | b37db3b66e9eb72a0d074caa6a850438569b46f5 (patch) | |
tree | 41eb859b71361e06abeb43620bfcd762ac53ca65 /editors/poedit/Makefile | |
parent | 8439f0f9f5184bb7bb5678e7392d606bf26ba9cd (diff) | |
download | FreeBSD-ports-b37db3b66e9eb72a0d074caa6a850438569b46f5.zip FreeBSD-ports-b37db3b66e9eb72a0d074caa6a850438569b46f5.tar.gz |
- Update to version 1.2.4
PR: 60462
Submitted by: Ports Fury
Diffstat (limited to 'editors/poedit/Makefile')
-rw-r--r-- | editors/poedit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 760a6ce..6adeb6c 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= poedit -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.4 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,9 +23,9 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config CPPFLAGS= -I${LOCALBASE}/include/db${USE_BDB_VER} \ -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |