diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-09 05:32:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-09 05:32:07 +0000 |
commit | 038ea5c5d5f9bc4cc8fd1c16efadfe78e785d696 (patch) | |
tree | 5b4443c20779d3301be641028d1b4a06a3608846 /net-im | |
parent | f88ca86a0d6524586c99fbc5e84592229e40444d (diff) | |
download | ports-038ea5c5d5f9bc4cc8fd1c16efadfe78e785d696.tar.gz ports-038ea5c5d5f9bc4cc8fd1c16efadfe78e785d696.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-guifications/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile index 631e4e9def46..94d60b4cde14 100644 --- a/net-im/gaim-guifications/Makefile +++ b/net-im/gaim-guifications/Makefile @@ -22,6 +22,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= lthack gtk20 USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim* +CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim* .include <bsd.port.mk> diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 631e4e9def46..94d60b4cde14 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -22,6 +22,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= lthack gtk20 USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim* +CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim* .include <bsd.port.mk> |