diff options
author | sat <sat@FreeBSD.org> | 2006-08-05 20:29:18 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-05 20:29:18 +0800 |
commit | 174e2a725caa000ae48d87d59825eacbef3d07f1 (patch) | |
tree | a6639a1778446d3768c47d5a20e5d6925d8c184b | |
parent | 5a77354babb7f339cc2dbec6f0324a031380bebe (diff) | |
download | freebsd-ports-gnome-174e2a725caa000ae48d87d59825eacbef3d07f1.tar.gz freebsd-ports-gnome-174e2a725caa000ae48d87d59825eacbef3d07f1.tar.zst freebsd-ports-gnome-174e2a725caa000ae48d87d59825eacbef3d07f1.zip |
- Avoid a call to "pkgconfig libconfuse"
Reported by: pointyhat via erwin
-rw-r--r-- | sysutils/unieject/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 0468fb6b8516..eb95456f953d 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes MAN1= unieject.1 MAN5= unieject.conf.5 +CONFIGURE_ENV= CONFUSE_CFLAGS="-I${LOCALBASE}/include" \ + CONFUSE_LIBS="-L${LOCALBASE}/lib -lconfuse" CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ --with-libpopt-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man |