diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 20:09:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 20:09:40 +0000 |
commit | 5dc363dc094169230c9787a052578f283deef4c5 (patch) | |
tree | 6c90c49ebb986d930643f87b0dd90ebcb0d5e6b8 | |
parent | fde79ca59c5e285ea8852425b6d8d6e976702828 (diff) | |
download | ports-5dc363dc094169230c9787a052578f283deef4c5.tar.gz ports-5dc363dc094169230c9787a052578f283deef4c5.zip |
Notes
-rw-r--r-- | deskutils/gucharmap/Makefile | 4 | ||||
-rw-r--r-- | misc/gucharmap/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 504d9bcf375a..5a69d9708dbe 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer -BROKEN= "Does not configure" - LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes @@ -28,7 +26,7 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> diff --git a/misc/gucharmap/Makefile b/misc/gucharmap/Makefile index 504d9bcf375a..5a69d9708dbe 100644 --- a/misc/gucharmap/Makefile +++ b/misc/gucharmap/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer -BROKEN= "Does not configure" - LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes @@ -28,7 +26,7 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> |