diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-21 10:23:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-21 10:23:51 +0000 |
commit | 32fd349c35b37080959fa2d433c00e21815ff02a (patch) | |
tree | 4a8676315a4de24d02cbc8be632b77c76de46509 | |
parent | - Update net/gale to 0.99fruit, unbreak on 5.x (diff) |
Depend on pkgconfig to correctly remove pkgconfig directory
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=133827
-rw-r--r-- | devel/pcsc-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index b691a0f84ce6..af96dd7af0e2 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -17,7 +17,7 @@ COMMENT= A smartcard development library GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig USE_INC_LIBTOOL_VER= 15 WRKSRC= ${WRKDIR}/pcsc-lite-1.2.9-beta7 |