mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add pkgconfig to fix the pkg-plist.
Reported by: pointyhat via kris
This commit is contained in:
parent
ec56cc3204
commit
82fab7dbe2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126159
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= libcwd
|
PORTNAME= libcwd
|
||||||
PORTVERSION= 0.99.39
|
PORTVERSION= 0.99.39
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -19,6 +19,7 @@ COMMENT= The C++ Debugging Support Library
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-threading
|
CONFIGURE_ARGS= --disable-threading
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_GNOME= pkgconfig
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GETOPT_LONG=yes
|
USE_GETOPT_LONG=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue