diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 21:39:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 21:39:47 +0100 |
commit | 1168c2a747460b62e85bc021f16f8d21ff2a6b86 (patch) | |
tree | 626add6bd6a540f97486055ca68cef445ebd6cd1 /package/dillo/Makefile | |
parent | acd808ff41ae90f1e22088654124f6c4ec149e83 (diff) |
remove duplicate call of CFLAGS, remove /usr/local from compiler paths
Diffstat (limited to 'package/dillo/Makefile')
-rw-r--r-- | package/dillo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index 142bbb1b8..1c2bcf500 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dillo PKG_VERSION:= 2.2 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= f8bcd62093f178bed81e46cc54e73f42 PKG_DESCR:= small graphical web browser PKG_SECTION:= x11/apps |