diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
commit | c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /cad/geda-gattrib | |
parent | 6accdc043927f019f3403df308b7fd71dd90e026 (diff) | |
download | freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.gz freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.zst freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'cad/geda-gattrib')
-rw-r--r-- | cad/geda-gattrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/geda-gattrib/Makefile b/cad/geda-gattrib/Makefile index 14e969cf6b8f..f39a8ce9a043 100644 --- a/cad/geda-gattrib/Makefile +++ b/cad/geda-gattrib/Makefile @@ -21,6 +21,7 @@ DATADIR= ${PREFIX}/share/geda DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 glib20 USE_GMAKE= yes INSTALLS_ICONS= yes |