diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
commit | 77aed62c7dd85849d79f39424870b45a07e0a078 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /x11-toolkits/gtkimageview | |
parent | b9263cf5564cb13b179ae8f713dc9cc80c26739c (diff) | |
download | ports-77aed62c7dd85849d79f39424870b45a07e0a078.tar.gz ports-77aed62c7dd85849d79f39424870b45a07e0a078.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkimageview')
-rw-r--r-- | x11-toolkits/gtkimageview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile index 8d82ed0b8f57..e073cab2f952 100644 --- a/x11-toolkits/gtkimageview/Makefile +++ b/x11-toolkits/gtkimageview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkimageview -# Date created: 1 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtkimageview PORTVERSION= 1.6.4 @@ -17,6 +13,7 @@ COMMENT= Simple image viewer widget GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static +USES= pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes |